AuthenticateHandler

interface AuthenticateHandler

Interface definition for a callback to be invoked when UIKit tries to authenticate the current user. since 3.0.0

Functions

Link copied to clipboard
abstract fun onAuthenticated()
Calls when the current user is authenticated in each component of UIKit.
Link copied to clipboard
abstract fun onAuthenticationFailed()
Calls when current user authentication fails in each component of UIKit.